Global Index
HTML5 JS API Index > ECMAScript Tutorials & Specs

RegExp

The initial value of RegExp.prototype is the RegExp prototype object (15.10.6).

Properties
booleanglobal
booleanignoreCase
intlastIndex
booleanmultiline
stringsource
Constructor
RegExp(any pattern, string flags)
Operations
boolean
test(string s)